FHIR © HL7.org  |  Server Home  |  FHIR Server FHIR Server 3.4.11  |  FHIR Version n/a  User: [n/a]

Resource StructureDefinition/FHIR Server from package ca.on.oh.corhealth#0.2.0-beta (375 ms)

Package ca.on.oh.corhealth
Type StructureDefinition
Id Id
FHIR Version R4
Source https://simplifier.net/resolve?scope=ca.on.oh.corhealth@0.2.0-beta&canonical=https://corhealth-ontario.ca/fhir/StructureDefinition/corhealth-organization
Url https://corhealth-ontario.ca/fhir/StructureDefinition/corhealth-organization
Status active
Name CorHealthOrganization
Title CorHealth Organization
Experimental False
Realm ca
Description CorHealth Organization
Type Organization
Kind resource

Resources that use this resource

CapabilityStatement
https://corhealth-ontario.ca/fhir/CapabilityStatement/corhealth-CapabilityStatement-Consumer CorHealth FHIR Capability Statement
https://corhealth-ontario.ca/fhir/CapabilityStatement/corhealth-CapabilityStatement-Repository CorHealth FHIR Capability Statement
https://corhealth-ontario.ca/fhir/StructureDefinition/corhealth-healthcareservice-procedure CorHealth HealthcareService - Site Offlisting Procedure
https://corhealth-ontario.ca/fhir/StructureDefinition/corhealth-healthcareservice-service CorHealth HealthcareService - Site Service
https://corhealth-ontario.ca/fhir/StructureDefinition/corhealth-observation-085 CorHealth Observation 85 and 159: Patient Presentation and Non-Percutaneous Coronary Intervention Capable Hospital
https://corhealth-ontario.ca/fhir/StructureDefinition/corhealth-orgaffiliation CorHealth OrganizationAffiliation
https://corhealth-ontario.ca/fhir/StructureDefinition/corhealth-practitionerrole CorHealth Practitioner Role
https://corhealth-ontario.ca/fhir/StructureDefinition/corhealth-servicerequest CorHealth ServiceRequest

Resources that this resource uses

StructureDefinition
https://corhealth-ontario.ca/fhir/StructureDefinition/ca-on-mrn-system-uri MRN System URI
https://corhealth-ontario.ca/fhir/ValueSet/CorHealthOrganizationTypeServiceVS Organization Type by Service
https://corhealth-ontario.ca/fhir/ValueSet/CorHealthOrganizationTypeVS Organization Type


Source

{
  "resourceType" : "StructureDefinition",
  "id" : "corhealth-organization",
  "url" : "https://corhealth-ontario.ca/fhir/StructureDefinition/corhealth-organization",
  "name" : "CorHealthOrganization",
  "title" : "CorHealth Organization",
  "status" : "active",
  "description" : "CorHealth Organization",
  "fhirVersion" : "4.0.1",
  "kind" : "resource",
  "abstract" : false,
  "type" : "Organization",
  "baseDefinition" : "http://hl7.org/fhir/StructureDefinition/Organization",
  "derivation" : "constraint",
  "differential" : {
    "element" : [
      {
        "id" : "Organization.extension",
        "path" : "Organization.extension",
        "slicing" : {
          "discriminator" : [
            {
              "type" : "value",
              "path" : "url"
            }
          ],
          "ordered" : false,
          "rules" : "open"
        }
      },
      {
        "id" : "Organization.extension:organizationperiod",
        "path" : "Organization.extension",
        "sliceName" : "organizationperiod",
        "min" : 0,
        "max" : "1",
        "type" : [
          {
            "code" : "Extension",
            "profile" : [
              "http://hl7.org/fhir/StructureDefinition/organization-period"
            ]
          }
        ],
        "mustSupport" : true
      },
      {
        "id" : "Organization.extension:mrnuri",
        "path" : "Organization.extension",
        "sliceName" : "mrnuri",
        "min" : 0,
        "max" : "1",
        "type" : [
          {
            "code" : "Extension",
            "profile" : [
              "https://corhealth-ontario.ca/fhir/StructureDefinition/ca-on-mrn-system-uri"
            ]
          }
        ],
        "mustSupport" : true
      },
      {
        "id" : "Organization.identifier",
        "path" : "Organization.identifier",
        "slicing" : {
          "discriminator" : [
            {
              "type" : "pattern",
              "path" : "system"
            }
          ],
          "rules" : "open",
          "description" : "Slicing is based on system"
        },
        "min" : 1,
        "mustSupport" : true
      },
      {
        "id" : "Organization.identifier.system",
        "path" : "Organization.identifier.system",
        "min" : 1
      },
      {
        "id" : "Organization.identifier.value",
        "path" : "Organization.identifier.value",
        "min" : 1,
        "mustSupport" : true
      },
      {
        "id" : "Organization.identifier:site",
        "path" : "Organization.identifier",
        "sliceName" : "site",
        "min" : 0,
        "max" : "1"
      },
      {
        "id" : "Organization.identifier:site.system",
        "path" : "Organization.identifier.system",
        "patternUri" : "https://fhir.infoway-inforoute.ca/NamingSystem/ca-on-health-care-facility-id"
      },
      {
        "id" : "Organization.identifier:facility",
        "path" : "Organization.identifier",
        "sliceName" : "facility",
        "min" : 0,
        "max" : "1"
      },
      {
        "id" : "Organization.identifier:facility.system",
        "path" : "Organization.identifier.system",
        "patternUri" : "https://fhir.infoway-inforoute.ca/NamingSystem/ca-on-hospital-id"
      },
      {
        "id" : "Organization.identifier:lhin",
        "path" : "Organization.identifier",
        "sliceName" : "lhin",
        "min" : 0,
        "max" : "1"
      },
      {
        "id" : "Organization.identifier:lhin.system",
        "path" : "Organization.identifier.system",
        "patternUri" : "https://corhealth-ontario.ca/fhir/NamingSystem/ca-on-lhin-id"
      },
      {
        "id" : "Organization.identifier:region",
        "path" : "Organization.identifier",
        "sliceName" : "region",
        "min" : 0,
        "max" : "1"
      },
      {
        "id" : "Organization.identifier:region.system",
        "path" : "Organization.identifier.system",
        "patternUri" : "https://corhealth-ontario.ca/fhir/NamingSystem/ca-on-region-id"
      },
      {
        "id" : "Organization.identifier:province",
        "path" : "Organization.identifier",
        "sliceName" : "province",
        "min" : 0,
        "max" : "1"
      },
      {
        "id" : "Organization.identifier:province.system",
        "path" : "Organization.identifier.system",
        "patternUri" : "https://corhealth-ontario.ca/fhir/NamingSystem/ca-on-province-id"
      },
      {
        "id" : "Organization.active",
        "path" : "Organization.active",
        "min" : 1
      },
      {
        "id" : "Organization.type",
        "path" : "Organization.type",
        "slicing" : {
          "discriminator" : [
            {
              "type" : "value",
              "path" : "coding.system"
            }
          ],
          "rules" : "open",
          "description" : "Slicing is based on coding.system"
        },
        "mustSupport" : true
      },
      {
        "id" : "Organization.type:orgType",
        "path" : "Organization.type",
        "sliceName" : "orgType",
        "min" : 0,
        "max" : "1",
        "binding" : {
          "strength" : "required",
          "valueSet" : "https://corhealth-ontario.ca/fhir/ValueSet/CorHealthOrganizationTypeVS"
        }
      },
      {
        "id" : "Organization.type:orgType.coding.system",
        "path" : "Organization.type.coding.system",
        "min" : 1,
        "patternUri" : "https://corhealth-ontario.ca/fhir/CodeSystem/CorHealthOrganizationTypeCS"
      },
      {
        "id" : "Organization.type:orgService",
        "path" : "Organization.type",
        "sliceName" : "orgService",
        "min" : 0,
        "max" : "*",
        "binding" : {
          "strength" : "required",
          "valueSet" : "https://corhealth-ontario.ca/fhir/ValueSet/CorHealthOrganizationTypeServiceVS"
        }
      },
      {
        "id" : "Organization.type:orgService.coding.system",
        "path" : "Organization.type.coding.system",
        "min" : 1,
        "patternUri" : "https://corhealth-ontario.ca/fhir/CodeSystem/CorHealthOrganizationTypeServiceCS"
      },
      {
        "id" : "Organization.name",
        "path" : "Organization.name",
        "mustSupport" : true
      },
      {
        "id" : "Organization.alias",
        "path" : "Organization.alias",
        "mustSupport" : true
      }
    ]
  },
  "text" : {
  }
}

XIG built as of ??metadata-date??. Found ??metadata-resources?? resources in ??metadata-packages?? packages.